/* 导航修改 */
.nav_ul{
	height: 95px;
}

.con .nav_li a{
	/* padding-left: 16px; */
    /* padding-right: 16px; */
}

.con .nav_li{
	margin-bottom: 10px;
}

/* 面包屑导航 */
.navpath, .navpath a{
	color: #999;
}

.navpath .current-nav{
	color: black;
}

/* 左侧内容列表 */
.list .fl ul li{
	white-space: normal;
	line-height: 30px;	
}

/* 党史研究部分 */
.dangshi{
	height: auto;
	font-size: 20px;
}

.dangshi .work-status{
	width: 240px;
	line-height: 22px;
	margin-top: 25px;
	padding-bottom: 20px;
	font-size: 16px;
	border-bottom: 1px dashed black;
}

.dang_list>li:first-child{
	background: none;
}

.dang_list>li:first-child>a{
	font-size:16px;
	color:#333;
}

.dang_list>li:first-child:hover>a{
  color: #FDA55C; 
  font-size:20px;
  text-decoration: none;
}

.dang_list>li:last-child {
    padding-bottom: 20px;
}

.dang_list>li:hover {
    background: url(../images/line6.png) left 18px no-repeat;
}

.dang_list>li:hover>a{
    color: #FDA55C; 
    font-size:20px;
    text-decoration: none;
}

.dang_list .active {
    background: url(../images/line6.png) left 18px no-repeat !important;
}

.dang_list .active>a{
	color: #FDA55C !important; 
	font-size:20px !important;;
	text-decoration: none !important;;
}

.dang_list .inner-list{
	background: #E4E8EE;
}

.dang_list .inner-list li{
	background: none;
}

.dang_list .inner-list li a{
	padding-left: 40px;
	font-size: 16px;
	color: #666666;
	cursor: pointer;
}

.dang_list .inner-list li a:hover{
	color: #333333;
	font-size: 18px;
	font-weight: bold;
}

/* 特别推荐修改 */
.fr .tuijian i{
	left: 11px;
}
.fr_list li{
	white-space: normal;
	text-indent: 0px;
	overflow: hidden;
}

.fr_list li a {
	background: none;
	padding-left: 0px;	
}

.fr_list li a:hover{
	text-decoration: none;
}

.fr_list li a span{
	display: inline-block;
}

.fr_list li a .ellipse-label{
	background: url(../images/ellipse-label.png) left no-repeat;
	width: 10px;
	height: 10px;
	vertical-align: top;
	margin: 7px;
}

.fr_list li a .tuijian-title{
	width: 250px;
}

.fr_list li a .tuijian-title:hover{
	text-decoration: underline;
}

.article-show-info{
	margin-left: -3px;
}

.list .fl .fl_ul>li{
    width: 100%;
	line-height: 30px;
    font-size: 18px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: #333;
    line-height: 30px;
    margin-top: 20px;
    overflow: hidden;
    /* text-overflow: ellipsis; */
    /* white-space: nowrap; */
}